home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Champak 33
/
Volume 33 - JOGO DISK .iso
/
Games
/
snowboard.swf
/
scripts
/
frame_6
/
PlaceObject2_180_125
/
CLIPACTIONRECORD onClipEvent(enterFrame).as
Wrap
Text File
|
2007-01-15
|
144b
|
8 lines
onClipEvent(enterFrame){
if(this.hitTest(_root.player) && _currentframe == 1)
{
this.play();
_root.score += 50;
}
}